﻿@charset "utf-8";
/* CSS Document */
body, ul, li, p, hr, h1, h2, h3, h4, h5, h6, form, input {
    padding: 0;
    margin: 0;
}

body {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    background: #f5f5f5;
    font-family: 微软雅黑;
}

a {
    color: #666666;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

::-webkit-input-placeholder {
    color: #a5a59e;
}

:-moz-placeholder {
    color: #a5a59e;
}

::-moz-placeholder {
    color: #a5a59e;
}

:-ms-input-placeholder {
    color: #a5a59e;
}

input, textarea {
    font-family: 微软雅黑;
    color: #666;
    vertical-align: middle;
    outline: none;
}

select {
    width: 150px;
    border: 1px solid #d2d2d2;
    padding: 2px;
    color: #666;
    font-family: 微软雅黑;
}

.txr {
    text-align: right;
}

.txc {
    text-align: center;
}

.sprite {
    display: inline-block;
    background: url(../images/sprite.png) no-repeat;
    vertical-align: middle;
}

.tbg {
    background: #eeeeee;
}

.top {
    width: 1200px;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    color: #4d484c;
}

    .top a {
        color: #4d484c;
    }

.hbg {
    background: #fff;
}

.header {
    width: 1200px;
    margin: 0 auto;
    height: 110px;
    position: relative;
    z-index: 10;
}

.logo {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
}

.headMenu {
    position: absolute;
    top: 34px;
    right: 0;
}

    .headMenu a {
        display: block;
        float: left;
        width: 123px;
        height: 43px;
        box-sizing: border-box;
        text-align: center;
        line-height: 43px;
        border: 1px solid #1ca246;
        font-size: 16px;
        color: #1ca246;
        margin-left: 12px;
        border-radius: 6px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .headMenu a:hover {
            background: #1ca246;
            color: #fff;
        }

.navbox {
    background: #1ca246;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
	position: relative;
	display: flex;
	justify-content: space-between
}

.nav li {
	float: left;
}
.nav li a {
	font-size: 18px;
	color: #ffffff;
	display: block;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
}

.nico {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/nico0.png) no-repeat;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.nav li .active, .nav li a:hover {
    color: #ffffff;
    background: #128c38;
}

.nav li .active .nico, .nav li a:hover .nico {
	background: url(../images/nico1.png) no-repeat;
}
.nav li ul li {
    float: none;
    padding: 0;
    margin: 0;
}

.nav li ul li a {
	border-top: 1px solid rgba(18,140,56,1);
	background: rgba(18,140,56,0.6);
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
	text-align: center;
	font-size: 12px;
}

.nav li ul li a:hover {
	background: rgba(18,140,56,1);
	color: #ffffff;
}


.sub-nav-box{
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	/*height: 160px;*/
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
    padding-bottom:17px;
}
.nav li .sub-nav-box a{
	color: #333;
	width: 278px;
	height: 116px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	padding: 20px;
	margin-left: 17px;
    margin-top:17px;
	float: left;
	display: flex;
	align-items: flex-start;
	line-height:22px;
}
.nav li .sub-nav-box a h3{
	font-size: 16px;
	font-weight:bolder;
	color: #333;
    padding-bottom:5px;
}
.nav li .sub-nav-box a h4{
	font-size: 12px;
	color: #888;
	font-weight: lighter;
    line-height:1.4
}
.sub-nav-icon{
	position: relative;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	margin-right: 16px;
    margin-top:14px;
}
.sub-nav-icon .sni-def{
	opacity: 1;
	transition: all 0.1s ease-out;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.sub-nav-icon .sni-on{
	opacity: 0;
	transition: all 0.1s ease-out;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.nav li .sub-nav-box a:hover .sub-nav-icon .sni-def{
	opacity: 0;
}
.nav li .sub-nav-box a:hover .sub-nav-icon .sni-on{
	opacity: 1;
}
.sub-nav-tit{
	flex: 1;
	-webkit-flex: 1;
    padding-top:12px;
}
.nav li .sub-nav-box a:hover h3{
	color: #fff;
}
.nav li .sub-nav-box a:hover h4{
	color: #fff;
}
.nav li ul li:hover .sub-nav-box{
	display: block !important;
}



















.banner{
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}
.banner .swiper-slide img{
	width: 1200px;
	height: 458px;
	object-fit: cover;
}
.cban{
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}
.cban img{
	width: 1200px;
	height: 180px;
	object-fit: cover;
}
.searchbox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
	/*padding: 40px 0 10px 0;*/
}

.search {
    width: 900px;
	margin: 0 auto;
}

.ssin {
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #1ca246;
    background: #fff;
    border-radius: 6px;
    width: 800px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
}

.ssbtn {
    background: #1ca246 url(../images/sprite.png) no-repeat 25px -40px;
    width: 80px;
    height: 50px;
    border-radius: 6px;
    border: none;
    margin-left: 15px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .ssbtn:hover {
        background: #128c38 url(../images/sprite.png) no-repeat 25px -40px;
    }

.fbg {
    background: #111111;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.foot-top {
    display: flex;
    display: -webkit-flex;
    align-content: center;
    -webkit-align-content: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 16px;
    color: #bcbcbc;
    line-height: 30px;
    border-bottom: 1px solid #333333;
    padding-bottom: 16px;
}

    .foot-top p i {
        margin-right: 6px;
        float: left;
    }

    .foot-top a {
        color: #bcbcbc;
    }

.icon-tel {
    background-position: -100px 0;
    width: 30px;
    height: 30px;
}

.icon-email {
    background-position: -150px 0;
    width: 30px;
    height: 30px;
}

.icon-site {
    background-position: -200px 0;
    width: 30px;
    height: 30px;
}

.icon-company {
    background-position: -250px 0;
    width: 34px;
    height: 41px;
}

.foot-info {
    padding: 20px 0;
    position: relative;
}

    .foot-info li {
        float: left;
        padding-right: 50px;
        color: #666666;
        line-height: 28px;
    }

        .foot-info li:last-child {
            position: absolute;
            top: 20px;
            right: 0;
            color: #1ca246;
            font-size: 14px;
            line-height: 20px;
        }

.fnav {
    padding-bottom: 5px;
}

    .fnav a {
        color: #fff;
        margin-right: 30px;
        font-size: 14px;
    }

        .fnav a:hover {
            text-decoration: underline;
        }

.wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.htbox {
    background: #fff;
    border-radius: 4px;
    width: 740px;
    position: relative;
    margin-top: 20px;
}
.htbox2{
	width: 440px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin-top: 20px;
}
.tab {
    height: 50px;
    border-bottom: 2px solid #f5f5f5;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	position: relative
}

.tab ul {
	float: left;
	height: 50px;
}

.tab ul li {
	float: left;
		position: relative;
}

.tab ul li a {
	display: block;
	float: left;
	padding: 0 20px;
	font-size: 20px;
	color: #333;
	height: 48px;
	line-height: 48px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.tab ul .active a {
	background: #1ca246;
	color: #fff;
}
.htmain {
    box-sizing: border-box;
    position: relative;
	height: 586px;
}
.magazineTab {
    position: absolute;
    top: 0;
    right: -38px;
    width: 38px;
}
.magazineTab a{
	display: block;
	width: 20px;
	padding: 5px;
	line-height: 14px;
	font-size: 12px;
	background: #0dc346;
	border: 1px solid #0dc346;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 3px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.magazineTab a:nth-child(2n){
	background: #269e4b;
	border: 1px solid #269e4b;
}
.magazineTab a:nth-child(3n){
	background: #148538;
	border: 1px solid #148538;
}
.magazineTab a:nth-child(4n){
	background: #126c2e;
	border: 1px solid #126c2e;
}
.magazineTab a:nth-child(5n){
	background: #135428;
	border: 1px solid #135428;
}
.magazineTab a:nth-child(6n){
	background: #07401a;
	border: 1px solid #07401a;
}
.magazineTab .active,.magazineTab .active:nth-child(2n),.magazineTab .active:nth-child(3n),.magazineTab .active:nth-child(4n),.magazineTab .active:nth-child(5n),.magazineTab .active:nth-child(6n){
	background: #ffffff;
	color: #1ca246;
	border: 1px solid #1ca246;
}
.magazine-img {
    width: 200px;
}
.magazine-img img {
	width: 200px;
	height: 270px;
	border-radius: 5px;
}
.btn-read {
    display: block;
    border: 2px solid #1ca246;
    border-radius: 5px;
    text-align: center;
    color: #1ca246;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}
.magazine-info {
    width: 190px;
    color: #999999;
}

.magazine-title h3 {
    font-size: 16px;
    color: #333333;
}

.magazine-catalog {
    position: relative;
    overflow: hidden;
    height: 305px;
}

.magazine-catalog ul {
	position: absolute;
	top: 0;
	left: 0;
}

.magazine-catalog ul li a {
	color: #999999;
	display: block;
	margin: 8px 0;
	line-height: 20px;
}

.magazine-catalog ul li a:hover {
	text-decoration: underline;
}

.magazine-catalog ul li h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	/*text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;*/
}

.magazine-catalog ul li p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.magazine-ctr {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    height: 40px;
    padding-top: 160px;
    padding-left: 10px;
    padding-right: 10px;
}

.magazine-ctr a {
	border: 1px solid #999999;
	color: #999999;
	font-size: 14px;
	width: 78px;
	height: 30px;
	line-height: 30px;
	border-radius: 18px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.magazine-ctr a:hover {
	background: #1ca246;
	color: #fff;
	border: 1px solid #1ca246;
}

.mainbox {
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin-top: 20px;
}

.maincont {
    padding: 20px;
    position: relative;
}

.standard-list {
    margin: -10px 0;
}

.standard-list li {
	height: 94px;
	overflow: hidden;
	float: left;
	width: 560px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.standard-list li:nth-child(2n) {
	padding-right: 0;
}

.standard-list li a {
	display: block;
	line-height: 20px;
	color: #999;
}

.standard-img {
    width: 120px;
    height: 94px;
    overflow: hidden;
    margin-right: 16px;
    border-radius: 5px;
    float: left;
}

.standard-img img {
	width: 100%;
	height: 100%;
    object-fit:cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.standard-list li a:hover .standard-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.standard-list li a h3 {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px;
}

.flex-layout {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 6px;
}

    .flex-layout strong {
        font-size: 20px;
        color: #da190a;
        margin-right: 6px;
    }

.view {
    display: inline-block;
    background: url(../images/sprite.png) no-repeat 0 0;
    width: 20px;
    height: 18px;
    vertical-align: middle;
}

.time {
    display: inline-block;
    background: url(../images/sprite.png) no-repeat -50px 2px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.xznum {
    display: inline-block;
    background: url(../images/sprite.png) no-repeat 0 -23px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.adimg {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.data-list li {
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    width: 560px;
    height: 100px;
    overflow: hidden;
    margin: 10px 20px 10px 0;
    float: left;
}

    .data-list li:nth-child(2n) {
        margin: 10px 0 10px 0;
    }

.data-info {
    float: left;
    width: 436px;
    height: 100px;
    border-right: 1px solid #d5d5d5;
}

.data-info h3 {
	border-bottom: 1px solid #d5d5d5;
	font-size: 14px;
	color: #333333;
	height: 14px;
	line-height: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px;
	font-weight: normal;
}

.data-info h3 i {
	width: 14px;
	height: 14px;
	margin-right: 6px;
	float: left;
}

.data-info h3 i img {
	width: 100%;
	height: 100%;
}

.data-parameter {
    overflow: hidden;
    padding: 10px;
    color: #999;
}

    .data-parameter p {
        width: 30%;
        float: left;
    }

.data-other {
    float: right;
    width: 122px;
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: center;
    color: #999;
}

    .data-other strong {
        font-size: 20px;
        color: #da190a;
    }

.download {
    display: block;
    border: 1px solid #1ca246;
    font-size: 14px;
    text-align: center;
    color: #1ca246;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    margin-top: 3px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .download:hover {
        background: #1ca246;
        color: #fff;
    }
/*广告对应样式*/
.popAD {
    position: fixed;
    top: 30%;
    right: 50%;
    margin-right: 620px;
    z-index: 1001;
}

    .popAD img {
        border-radius: 8px;
    }

.tools {
    position: fixed;
    bottom: 280px;
    right: 50px;
    width: 60px;
    z-index: 100;
}

    .tools li {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

.ewm {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    background: #c5c5c5 url(../images/sprite.png) no-repeat -445px 6px;
    border-radius: 6px;
}

    .ewm span {
        display: block;
        position: absolute;
        bottom: 0px;
        left: -168px;
        width: 150px;
        height: 150px;
        opacity: 0;
        visibility: hidden;
        z-index: 100;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

        .ewm span:before {
            content: "";
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #fff;
            position: absolute;
            bottom: 20px;
            right: -8px;
        }

        .ewm span img {
            width: 100%;
            height: 100%;
        }

    .ewm:hover span {
        opacity: 1;
        visibility: visible;
    }

.up {
    display: block;
    width: 60px;
    height: 60px;
    background: #1ca246 url(../images/sprite.png) no-repeat -445px -44px;
    border-radius: 6px;
}

.tuwen-list {
    margin-bottom: -10px;
    margin-top: -10px;
}

    .tuwen-list li {
        float: left;
        width: 216px;
        padding: 10px 20px 10px 0;
        height: 178px;
        overflow: hidden;
    }

        .tuwen-list li:nth-child(9n) {
            padding: 10px 0px 10px 0;
        }

        .tuwen-list li a {
            display: block;
            color: #999;
        }

            .tuwen-list li a h3 {
                font-size: 14px;
                font-weight: normal;
                color: #333;
                padding-top: 5px;
                -webkit-transition: all .3s ease-out;
                -moz-transition: all .3s ease-out;
                transition: all .3s ease-out;
            }

        .tuwen-list li .flex-layout {
            padding-top: 0px;
        }

.tuwen-img {
    width: 216px;
    height: 130px;
    overflow: hidden;
    border-radius: 5px;
}

    .tuwen-img img {
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.tuwen-list li a:hover .tuwen-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tuwen-list li a:hover h3 {
    color: #1ca246;
    text-decoration: underline;
}

.adImg2 {
    position: absolute;
    top: 20px;
    right: 20px;
}

    .adImg2 img {
        border-radius: 5px;
    }

.report-list {
    margin-bottom: -10px;
    margin-top: -10px;
}

    .report-list li {
        float: left;
        width: 570px;
        box-sizing: border-box;
        padding: 10px 20px 10px 0;
    }

        .report-list li:nth-child(2n) {
            padding: 10px 0px 10px 0;
        }

        .report-list li a {
            display: block;
            border: 1px solid #d5d5d5;
            border-radius: 5px;
            position: relative;
        }

.report-info {
    padding: 8px 15px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
    color: #666;
}

    .report-info h3 {
        font-size: 18px;
        color: #333;
        text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }

.report-abstract {
    margin: 8px 15px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    letter-spacing: -1px;
}

.report-layout {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 8px;
}

    .report-layout p {
        width: 60%;
    }

        .report-layout p:nth-child(2n) {
            width: 40%;
        }

.overt-state {
    display: block;
    background: url(../images/sprite.png) no-repeat -350px 0;
    width: 47px;
    height: 45px;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 1;
}

.novert-state {
    display: block;
    background: url(../images/sprite.png) no-repeat -300px 0;
    width: 47px;
    height: 45px;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 1;
}

.ctab {
    position: relative;
    height: 40px;
    margin: 20px 0;
}

    .ctab ul {
        height: 40px;
        background: #dddddd;
        border-radius: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }

        .ctab ul li {
            float: left;
        }

            .ctab ul li a {
                display: block;
                float: left;
                padding: 0 40px;
                height: 40px;
                line-height: 40px;
                color: #333333;
                font-size: 14px;
                border-radius: 20px;
            }

        .ctab ul .active a {
            background: #1ca246;
            color: #fff;
        }
        .tab ul li:first-child a{
	border-top-left-radius: 4px;
}
.tab-sub{
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #1ca246;
	box-shadow: 0 6px 6px rgba(0.0.0.0.2);
}
.tab ul .tab-sub a,.tab ul .active .tab-sub a{
	border-top-left-radius: 0px !important;
	background: #1ca246;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	width: 100%;
	padding: 0;
	font-weight: normal;
	text-align: center;
}
.tab ul .tab-sub a:hover,.tab ul .active .tab-sub a:hover{
	background: #ffffff;
	color: #666;
}
.tab ul li:hover .tab-sub{
	display: block;
}
    .ctab .magazine-ctr {
        position: absolute;
        top: 0px;
        right: 20px;
        padding-top: 0px;
        width: 330px;
    }

.c_search {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 20px;
    width: 220px;
    height: 40px;
    padding: 0 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.c_ssin {
    border: none;
    height: 40px;
    line-height: 40px;
    background: none;
    width: 168px;
    font-size: 14px;
}

.c_ssbtn {
    width: 24px;
    height: 24px;
    background: url(../images/sprite.png) no-repeat -60px -50px;
    cursor: pointer;
    border: none;
}

.standard-list2 {
    padding: 10px 0;
}

    .standard-list2 li {
        padding: 10px 0;
    }

        .standard-list2 li .standard-list2-a {
            display: flex;
            display: -webkit-flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            background: #fff;
            border-radius: 8px;
            padding: 20px;
            overflow: hidden;
        }

.standard-info {
    width: 930px;
}

    .standard-info h3 {
        font-size: 16px;
        color: #333;
        margin-bottom: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.standard-txt {
    margin-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.news-txt {
    margin-top: 8px;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
}

.standard-other {
    text-align: center;
    width: 160px;
}

    .standard-other strong {
        font-size: 20px;
        color: #da190a;
    }

.standard-icon {
    display: inline-block;
    border: 1px solid #d6d6d6;
    width: 68px;
    height: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-top: 6px;
}

    .standard-icon i {
        background-position: -150px -50px;
        width: 30px;
        height: 6px;
        margin-top: -10px;
        -webkit-transition: all .3s ease-out 0.2s;
        -moz-transition: all .3s ease-out 0.2s;
        transition: all .3s ease-out 0.2s;
    }

.standard-list2 li a:hover h3 {
    color: #1ca246;
}

.standard-list2 li a:hover .standard-icon {
    background: #1ca246;
    border: 1px solid #1ca246;
}

    .standard-list2 li a:hover .standard-icon i {
        background-position: -100px -50px;
    }

.standard-list2 li a:hover .standard-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.popbox {
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 1001;
    width: 600px;
    box-sizing: border-box;
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    margin-left: -300px;
}

.pclose {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    border: 1px solid #999999;
    color: #999999;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.poptit {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #1ca246;
    line-height: 30px;
    padding: 30px 0 10px 0;
}

.poptxt {
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
}

.popcost {
    text-align: center;
}

    .popcost h3 {
        font-size: 40px;
        color: #e01010;
        line-height: 50px;
    }

.popctr {
    text-align: center;
    padding-top: 20px;
}

    .standard-list li .popctr a,.popctr a {
        display: inline-block;
        background: #1ca246;
        font-size: 20px;
        color: #ffffff;
        height: 50px;
        line-height: 50px;
        width: 200px;
        text-align: center;
        border-radius: 8px;
    }

.crum {
    padding-bottom: 10px;
}

    .crum strong {
        font-family: "宋体";
        margin: 0 15px;
        color: #999;
    }

    .crum a {
        color: #999;
    }

    .crum span {
        color: #666;
        text-decoration: underline;
    }

.icon-home {
    background-position: -250px -50px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.w896 {
    width: 896px;
}

.w284 {
    width: 284px;
}


.caption-group {
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #eeeeee;
}

    .caption-group h3 {
        font-size: 20px;
        color: #333;
        padding: 16px 130px 6px 0;
    }

.caption-other {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-left: 1px solid #eeeeee;
    width: 150px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

    .caption-other p strong {
        color: #da190a;
        font-size: 24px;
    }

.content {
    padding: 20px;
    font-size: 14px;
    line-height: 30px;
}

    .content img {
        border-radius: 5px;
    }

.relevantbox {
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
}

    .relevantbox:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 50%;
        width: 1px;
        height: 22px;
        background: #eeeeee;
    }

    .relevantbox a {
        display: inline-block;
        font-size: 14px;
        color: #999999;
    }

        .relevantbox a i {
            font-family: "宋体";
            margin: 0 5px;
        }

        .relevantbox a:hover {
            text-decoration: underline;
        }

.sideTit {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 15px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #1ca246;
    font-weight: bold;
}

    .sideTit i {
        display: block;
        float: left;
        margin-right: 6px;
    }

.icon-bz {
    background-position: -300px -50px;
    width: 20px;
    height: 20px;
}

.icon-ab {
    background-position: -300px -100px;
    width: 20px;
    height: 20px;
}

.side-standard {
    padding: 10px 15px;
}

    .side-standard li {
        padding: 8px 0;
    }

    .side-standard a {
        display: block;
        height: 94px;
        overflow: hidden;
    }

        .side-standard a h3 {
            font-size: 14px;
            color: #666666;
            height: 40px;
            line-height: 20px;
            overflow: hidden;
        }

        .side-standard a h4 {
            font-size: 16px;
            color: #666666;
            height: 72px;
            line-height: 24px;
            overflow: hidden;
        }

        .side-standard a:hover h3 {
            text-decoration: underline;
        }

        .side-standard a:hover .standard-img img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.search-result {
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .search-result span {
        font-size: 22px;
        color: #e01a1a;
        margin: 0 5px;
    }

.retrieval-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    line-height: 40px;
    font-size: 14px;
}

.article-retrieval .retrieval-box {
    padding: 10px 0;
}

.jsin {
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 15px;
}

.areabox {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    resize:none;
}

.jsbtn {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
    background: #1ca246;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.buybtn {
    margin-top: 16px;
    display: inline-block;
    padding: 0 60px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: none;
    box-sizing: border-box;
    border-radius: 8px;
    background: #1ca246;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.screen-list li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
}

    .screen-list li a i {
        border-top: 2px solid #afafaf;
        border-left: 2px solid #afafaf;
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.screen-list li ul {
    height: 0px;
    overflow: hidden;
}

    .screen-list li ul li a {
        height: 40px;
        line-height: 40px;
        background: #eeeeee;
        border-bottom: 1px solid #fff;
        font-weight: normal;
    }

        .screen-list li ul li a span {
            float: right;
            color: #999;
        }

.screen-list .active i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.screen-list .active ul {
    height: auto;
}

.selectedbox {
    background: #dddddd;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}

.selectedlist span {
    display: inline-block;
    background: #1ca246;
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 0 3px;
    border-radius: 3px;
}

    .selectedlist span i {
        margin-left: 5px;
        cursor: pointer;
    }

.selectedtit {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 14px;
    color: #999;
}

.condition {
    padding: 10px 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.selform {
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0 8px;
}

.rules-list {
    padding: 10px 20px;
}

    .rules-list li {
        padding: 10px 0;
        border-bottom: 1px solid #eeeeee;
    }

        .rules-list li a {
            display: flex;
            display: -webkit-flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: space-between;
            -webkit-justify-content: space-between;
        }

    .rules-list .standard-other {
        text-align: right;
    }

.side-rules {
    padding: 5px 15px;
}

    .side-rules li {
        border-bottom: 1px solid #eeeeee;
        padding: 10px 0;
    }

        .side-rules li:last-child {
            border-bottom: none;
        }

        .side-rules li h3 {
            font-size: 14px;
            color: #333;
            line-height: 20px;
        }

        .side-rules li .flex-layout strong {
            font-size: 16px;
        }

.rulesTable {
    color: #999;
}

    .rulesTable span {
        color: #333;
    }

.rulesctr {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 20px 0;
}

    .rulesctr a {
        height: 46px;
        line-height: 46px;
        box-sizing: border-box;
        border-radius: 8px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        font-weight: bold;
        margin-right: 20px;
    }

        .rulesctr a i {
            margin-right: 8px;
        }

.bar-hf {
    background: #1ca246;
    color: #fff;
    padding: 0 20px;
}

    .bar-hf i {
        background-position: 0 -100px;
        width: 20px;
        height: 20px;
    }

.bar-hf2 {
    background: #fff;
    color: #1ca246;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-weight: bold;
    line-height: 14px;
    margin-top: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .bar-hf2 i {
        background-position: 0 -125px;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .bar-hf2:hover, .bar-hf2.active {
        background: #1ca246;
        color: #fff;
    }

        .bar-hf2:hover i, .bar-hf2.active i {
            background-position: 0 -100px;
        }

.bar-sc {
    border: 1px solid #1ca246;
    color: #1ca246;
    padding: 0 15px;
}

    .bar-sc i {
        background-position: -50px -100px;
        width: 20px;
        height: 20px;
    }

.bar-fx {
    border: 1px solid #1ca246;
    color: #1ca246;
    padding: 0 20px;
}

    .bar-fx i {
        background-position: -100px -100px;
        width: 20px;
        height: 20px;
    }

.relevant-flex {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .relevant-flex .mainbox {
        width: 440px;
    }

.company-list {
    padding: 20px;
}

    .company-list li {
        padding: 5px 0;
    }

        .company-list li a {
            font-size: 14px;
        }

.scholar-list {
    padding: 20px 10px;
}

    .scholar-list a {
        font-size: 14px;
        margin: 5px 10px;
    }

        .company-list li a:hover, .scholar-list a:hover {
            text-decoration: underline;
        }

.periodical-num {
    position: relative;
}

    .periodical-num:before {
        content: "";
        background: url(../images/sprite.png) no-repeat 0 -150px;
        width: 8px;
        height: 40px;
        position: absolute;
        top: 100px;
        left: 40px;
        z-index: 10;
    }

    .periodical-num:after {
        content: "";
        background: url(../images/sprite.png) no-repeat 0 -150px;
        width: 8px;
        height: 40px;
        position: absolute;
        top: 100px;
        left: 240px;
        z-index: 10;
    }

    .periodical-num li {
        background: #fff;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        margin-top: 20px;
        position: relative;
        text-align: center;
        color: #999;
    }

        .periodical-num li .num {
            position: absolute;
            top: 59px;
            left: 237px;
            width: 30px;
            text-align: center;
            font-size: 15px;
            line-height: 24px;
            font-weight: bold;
            color: #ab1918;
        }

        .periodical-num li h3 {
            font-size: 18px;
            color: #333;
            padding: 6px 0;
        }

.periodical-menu {
    padding: 10px 0;
}

    .periodical-menu li {
        padding: 10px 0;
    }

        .periodical-menu li a {
            display: block;
            background: #fff;
            border-radius: 8px;
            padding: 15px 18px;
            font-size: 14px;
            color: #333;
        }

            .periodical-menu li a span {
                text-transform: uppercase;
                color: #cccccc;
                float: right;
            }
            
        .periodical-menu li.active a {
            display: block;
            background: #fff;
            border-radius: 8px;
            padding: 15px 18px;
            font-size: 14px;
            color: #fff;
            background:#1ca246;
        }

            .periodical-menu li.active a span {
                text-transform: uppercase;
                color: #cccccc;
                float: right;
            }
.periodical-list {
    padding-top: 20px;
}

    .periodical-list li {
        background: #fff;
        border-radius: 8px;
        padding: 20px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-bottom: 20px;
    }

.periodical-list-info h3 {
    font-size: 14px;
}

    .periodical-list-info h3 a {
        color: #333;
    }

        .periodical-list-info h3 a:hover {
            text-decoration: underline;
        }

.periodical-list-other {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

    .periodical-list-other p {
        padding: 0 15px;
        text-align: center;
    }

.screen-years {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 10px;
}

    .screen-years li {
        float: left;
        padding: 0 15px;
    }

        .screen-years li a {
            font-size: 20px;
            font-weight: bold;
            padding: 10px 0;
            display: block;
            float: left;
            line-height: 30px;
            color: #999999;
            border-bottom: 1px solid #ffffff;
        }

    .screen-years .active a {
        border-bottom: 1px solid #1ca246;
        color: #1ca246;
    }

.past-periodicals {
    padding-bottom: 30px;
}

    .past-periodicals li {
        float: left;
        width: 216px;
        padding-right: 30px;
        padding-top: 30px;
    }

        .past-periodicals li:nth-child(5n) {
            padding-right: 0px;
        }

        .past-periodicals li img {
            width: 216px;
            height: 292px;
        }

        .past-periodicals li a {
            display: block;
            border-radius: 6px;
            overflow: hidden;
        }

        .past-periodicals li h3 {
            background: #fff;
            padding: 10px 15px;
            font-size: 14px;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

            .past-periodicals li h3 span {
                float: right;
                color: #999999;
            }

        .past-periodicals li a:hover h3 {
            background: #1ca246;
            color: #fff;
        }

            .past-periodicals li a:hover h3 span {
                color: #fff;
            }

.article-retrieval {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
}

.download-ranks {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.ranksNum {
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    width: 102px;
    height: 102px;
    line-height: 102px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    color: #999999;
    letter-spacing: -2px;
}

.download-ranks .periodical-list li {
    width: 770px;
    height: 102px;
    overflow: hidden;
    box-sizing: border-box;
}

.icon-download {
    background-position: -50px -150px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.option-form {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding-bottom: 10px;
}

    .option-form li {
        font-size: 14px;
        font-weight: bold;
        padding: 0 15px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }

        .option-form li i {
            background-position: -100px -150px;
            width: 19px;
            height: 19px;
            margin-right: 6px;
        }

    .option-form .active {
        color: #1ca246;
    }

        .option-form .active i {
            background-position: -150px -150px;
        }

.option-form2 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 10px 0;
}

    .option-form2 li {
        font-size: 14px;
        font-weight: bold;
        padding-right: 30px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }

        .option-form2 li i {
            background-position: -100px -150px;
            width: 19px;
            height: 19px;
            margin-right: 6px;
        }

    .option-form2 .active {
        color: #1ca246;
    }

        .option-form2 .active i {
            background-position: -150px -150px;
        }

.qikan-box {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.qikan-img {
    float: left;
    width: 100px;
    margin-right: 20px;
}

    .qikan-img img {
        width: 100%;
        height: auto;
    }

.qikan-info h3 {
    font-size: 18px;
    padding: 10px 0;
    color: #333;
}

.qikan-info ul {
    padding-top: 20px;
}

    .qikan-info ul li {
        float: left;
        padding-right: 150px;
        text-align: center;
        font-size: 14px;
        line-height: 30px;
    }

        .qikan-info ul li h4 {
            font-size: 18px;
        }

.total {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-left: 12px;
}

    .total span {
        font-size: 20px;
        color: #da190a;
    }

.paper-box {
    padding: 15px 12px;
}

    .paper-box h3 {
        font-size: 14px;
        color: #333;
        padding-bottom: 5px;
    }

.address-editing {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 20px;
}

.address {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 990px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

    .address p {
        padding-right: 30px;
        font-size: 14px;
        color: #333;
    }

.edit-btn {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 120px;
    text-align: center;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
}

.address-editing.active .address {
    border: 1px solid #1ca246;
}

.address-editing.active .edit-btn {
    border: 1px solid #1ca246;
    color: #1ca246;
}

.btn-add {
    display: block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.editorial-board{
	padding-top: 12px;
}
.editorial-board li {
    float: left;
    width: 266px;
    margin-right: 19px;
    margin-bottom: 19px;
}

    .editorial-board li:nth-child(3n) {
        margin-right: 0px;
    }

    .editorial-board li a {
        display: block;
        background: #fff;
        border-radius: 8px;
    }

.editorial-img {
    width: 266px;
    height: 280px;
    overflow: hidden;
    margin-bottom: 12px;
}

    .editorial-img img {
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
		object-fit: cover;
    }

.editorial-board li a h3 {
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .editorial-board li a h3 span {
        font-size: 14px;
        color: #999;
        float: right;
    }

.editorial-board li a .editorial-info {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-top: 8px;
}

.editorial-board li a:hover .editorial-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.editorial-details {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}

.editorial-details-img {
    float: left;
    width: 300px;
    margin-right: 30px;
}

    .editorial-details-img img {
        width: 100%;
        height: auto;
    }

.editorial-details-info {
    font-size: 14px;
    line-height: 30px;
}

    .editorial-details-info h3 {
        font-size: 18px;
        color: #1ca246;
        padding-bottom: 10px;
    }

    .editorial-details-info h4 {
        font-size: 14px;
        line-height: 22px;
        color: #1ca246;
        padding-bottom: 10px;
    }

.advertising-service {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 30px;
}

    .advertising-service h2 {
        font-size: 20px;
        color: #1ca246;
        text-align: center;
        line-height: 30px;
        padding-bottom: 20px;
    }

.campbox {
    background: #fff;
    border-radius: 8px;
    padding: 20px 0;
}

.camp-flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.camp-list {
    position: relative;
    border: 1px solid #cacaca;
    border-radius: 8px;
    padding: 10px 10px 30px 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.camp-tit {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .camp-tit span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 30px;
        background: #1ca246;
        font-size: 14px;
        color: #fff;
        border-radius: 8px;
    }

.camp-list ul li {
    font-size: 14px;
    text-align: center;
    float: left;
    border-right: 1px solid #cacaca;
    box-sizing: border-box;
    width: 33.33%;
    margin: 10px 0;
}

    .camp-list ul li:nth-child(3n) {
        border-right: none;
    }
    .camp-list ul li:last-child {
        border-right: none;
    }

    .camp-list ul li h3 {
        font-size: 14px;
        color: #333;
    }

    .camp-list ul li a {
        color: #999;
    }

.camp-title {
    font-size: 20px;
    font-weight: bold;
    color: #1ca246;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 30px;
}

.details {
    font-size: 14px;
    line-height: 30px;
    padding: 30px;
}

.zztit {
    border-left: 2px solid #1ca246;
    padding-left: 10px;
    line-height: 16px;
    font-size: 14px;
    margin: 20px 0;
}

    .zztit h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .zztit p {
        text-transform: uppercase;
        color: #999999;
    }

.zztxt {
    font-size: 12px;
    padding: 20px 0;
    line-height: 30px;
}
/*会员中心*/
.memberTop {
    position: relative;
    height: 0;
    line-height: 0;
}

.memberUser {
    position: absolute;
    bottom: 5px;
    height: 120px;
    color: #fff;
    width: 300px;
    line-height: 24px;
    font-size: 14px;
}

    .memberUser img {
        float: left;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-right: 16px;
    }

    .memberUser h3 {
        font-size: 20px;
        padding: 26px 0 6px 0;
    }

.memberMenu {
    position: absolute;
    bottom: 5px;
    right: 0;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    padding: 0 10px;
}

    .memberMenu li {
        float: left;
        padding: 0 20px;
    }

        .memberMenu li a {
            display: block;
            font-size: 14px;
            color: #333;
            height: 50px;
            line-height: 50px;
            box-sizing: border-box;
            border-bottom: 1px solid #fff;
        }

    .memberMenu .active a {
        color: #1ca246;
        border-bottom: 1px solid #1ca246;
    }

.memberBox {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

    .memberBox .retrieval-box {
        padding: 20px 0;
    }

.orderbox {
    padding-bottom: 20px;
}

    .orderbox table {
        border-collapse: collapse;
        font-size: 14px;
    }

        .orderbox table th {
            background: #f9f9f9;
            padding: 10px 15px;
            border: 1px solid #eeeeee;
            text-align: left;
            font-weight: normal;
        }

            .orderbox table th span {
                float: right;
            }

        .orderbox table td {
            padding: 10px 15px;
            border: 1px solid #eeeeee;
        }

.red {
    color: #da190a;
}

.green {
    color: #1ca246;
}

.orderTit {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.memberStandard {
    font-size: 14px;
    line-height: 26px;
}

    .memberStandard table th {
        font-size: 14px;
        color: #333;
        padding: 15px;
        border-bottom: 2px solid #dddddd;
    }

    .memberStandard table td {
        padding: 15px;
        border-bottom: 1px solid #eeeeee;
    }

.memberJF {
    border-bottom: 1px solid #dddddd;
    height: 30px;
    line-height: 30px;
    padding-bottom: 15px;
    font-size: 14px;
}

    .memberJF a {
        float: right;
        color: #999;
        margin-top: 8px;
    }

    .memberJF strong {
        font-size: 20px;
        color: #1ca246;
    }

.icon-guize {
    background-position: -200px -150px;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.guizeTxt {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    padding: 15px;
}

.pxImg {
    width: 66px;
    height: 40px;
    margin-right: 8px;
}

.member_content {
    padding: 20px;
}

.member_txt {
    font-size: 14px;
    color: #333;
}

    .member_txt li {
        display: flex;
        display: -webkit-flex;
        align-items: stretch;
        -webkit-align-items: stretch;
        padding: 6px 0;
    }

        .member_txt li p {
            flex: 1;
        }

.b_edit {
    display: inline-block;
    border: 1px solid #1ca246;
    font-size: 16px;
    color: #1ca246;
    padding: 6px 20px;
    border-radius: 6px;
    margin: 10px 0;
}

.member_form {
    padding: 30px 0;
}

    .member_form ul {
        width: 300px;
        margin: 0 auto;
    }

        .member_form ul li {
            padding: 15px 0;
        }

    .member_form .layui-input {
        padding: 0px 15px;
    }

.member_set_box {
    border-bottom: 1px dashed #e1e1e1;
    padding: 10px 0;
    color: #666;
}

.member_avatar {
    display: flex;
    display: -webkit-flex;
    padding-bottom: 20px;
    width: 620px;
    margin: 0 auto;
    font-size: 14px;
}

.avatar-img {
    width: 150px;
    text-align: center;
}

    .avatar-img img {
        width: 150px;
        height: 150px;
        border-radius: 6px;
    }

.upload_files {
    border: 1px dashed #e1e1e1;
    border-radius: 6px;
    flex: 1;
    margin-left: 100px;
    position: relative;
    height: 150px;
    box-sizing: border-box;
}

    .upload_files input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 10;
    }

.avatar-tit {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    z-index: 2;
    padding: 0 38px;
    font-size: 12px;
    color: #999;
}

    .avatar-tit img {
        margin-right: 10px;
    }

    .avatar-tit h3 {
        font-size: 16px;
        color: #1ca246;
        line-height: 20px;
        padding-bottom: 6px;
    }

.member_set_box .layui-input {
    padding: 0 12px;
}

.icon-checkbox input, .icon-checkboxed input {
    opacity: 0;
}

.binding-ctr {
    padding: 0 50px;
    box-sizing: border-box;
}

.layui-flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.icon-sprite {
    display: inline-block;
    background: url(../images/msprite.png) no-repeat;
}

.layui-checkbox {
    line-height: 18px;
    font-size: 14px;
    padding-top: 8px;
}

    .layui-checkbox a {
        color: #1ca246;
    }

.icon-checkbox {
    background-position: -275px -50px;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
}

.icon-checkboxed {
    background-position: -250px -50px;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
}

.layui-form-item {
    position: relative;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
}

.layui-input {
    height: 30px;
    line-height: 30px;
    border: none;
    width: 100%;
    padding: 0 15px 0 34px;
    box-sizing: border-box;
    outline: none;
}

.sel-box {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    width: auto;
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
}

.binding-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 14px;
    padding: 10px;
}

    .binding-list .icon-qq {
        background-position: 0px -150px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .binding-list .icon-wechat {
        background-position: -50px -150px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .binding-list .icon-sina {
        background-position: -100px -150px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .binding-list .icon-sina {
        background-position: -100px -150px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .binding-list .icon-mail {
        background-position: -150px -150px;
        vertical-align: middle;
        margin-right: 5px;
    }

.b_bind {
    display: block;
    background: #1ca246;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 8px;
}

.friend-manage {
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}

.third-binding {
    text-align: center;
    padding: 200px 20px 20px 20px;
}

    .third-binding h4 {
        color: #999;
        font-size: 14px;
        font-weight: normal;
    }

    .third-binding ul {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

        .third-binding ul li {
            padding: 10px;
        }

.icon-qq {
    background-position: 0px -100px;
    width: 30px;
    height: 30px;
}

.icon-wechat {
    background-position: -50px -100px;
    width: 30px;
    height: 30px;
}

.icon-sina {
    background-position: -100px -100px;
    width: 30px;
    height: 30px;
}

.icon-mail {
    background-position: -150px -100px;
    width: 30px;
    height: 30px;
}

.layui-form-tips {
    position: absolute;
    top: 11px;
    right: 8px;
    line-height: 18px;
}

.icon-keyboard {
    background-position: -200px -50px;
    width: 22px;
    height: 18px;
}

.zxywbar {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    background: #1ca246;
    font-size: 20px;
}

.zxywbar2 {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    background: #1ca246;
    font-size: 20px;
}

.yearslength {
    background: #f5f5f5;
    padding: 10px 30px;
    width: 230px;
    margin: 0 auto;
    border-radius: 8px;
}

.baogaoctr {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 20px;
}

    .baogaoctr a {
        flex: 1;
        -webkit-flex: 1;
        text-align: center;
        font-size: 16px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 10px;
        box-sizing: border-box;
    }

        .baogaoctr a:first-child {
            border-right: 1px solid #eee;
        }

.icon-sc {
    background-position: -50px -100px;
    width: 20px;
    height: 20px;
    margin: 0 4px;
}

.icon-xz {
    background-position: -50px -125px;
    width: 22px;
    height: 20px;
    margin: 0 4px;
}

.course-list {
    padding-top: 20px;
}

    .course-list li {
        float: left;
        width: 215px;
        padding-right: 30px;
        padding-bottom: 20px;
    }

        .course-list li:nth-child(5n) {
            padding-right: 0px;
        }

.courseImg {
    display: block;
    width: 215px;
    height: 130px;
    overflow: hidden;
    border-radius: 5px;
}

    .courseImg img {
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.course-list li h3 {
    padding-top: 6px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
}

.courseImg:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.speakerInfo {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    height: 80px;
    overflow: hidden;
}

    .speakerInfo img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-right: 12px;
        float: left;
    }

    .speakerInfo h3 {
        font-size: 18px;
        color: #333;
        line-height: 30px;
        padding: 10px 0 5px 0;
    }

.abtxt {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 28px;
}

.dati-option-formtit {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.dati-tit {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 15px 0;
}

.dati-list h2 {
    font-size: 16px;
    padding: 10px 0;
}

.news-list {
    padding: 0 15px 15px 15px;
    margin-top: -10px;
}

    .news-list li {
        font-size: 14px;
        line-height: 30px;
    }

        .news-list li a {
            color: #333;
            text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
        }

        .news-list li span {
            float: right;
            color: #999;
        }

.screen-list2 {
    padding: 15px;
}

    .screen-list2 li {
        position: relative;
        font-size: 14px;
        border-bottom: 1px dashed #e5e5e5;
    }

.screen-tit2 {
    position: absolute;
    top: 12px;
    left: 0;
    color: #999;
}

.screen-bar {
    padding: 12px 0 12px 75px;
}

    .screen-bar a {
        margin: 3px 15px;
    }


.screen-list li .drop-down:before {
    content: "+";
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}

.screen-list .openDrop .drop-down:before {
    content: "-";
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}

.screen-list li .subMenu a {
    padding: 0 20px 0 50px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
}

.screen-list li .drop-down b {
    display: block;
    margin-left: -10px;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 30px;
}

.more {
    position: absolute;
    top: 16px;
    right: 20px;
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
	transition: all 0.3s ease-out;
}
.mem-banner {
    background: url(../images/mbbg.jpg) no-repeat center;
    height: 300px;
}

.contbox {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.contTit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
    line-height: 28px;
}

.contInfo {
    padding: 15px 20px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}
.links {
    position: relative;
    margin-top: 15px;
    margin-bottom: -10px;
    border-bottom: 1px solid #333333;
    padding-bottom: 12px;
}
.links h3 {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.links-tit {
    position: absolute;
    top: 0;
    left: 0;
}

.links-list {
    position: relative;
    margin-left: 80px;
}

.links-list ul {
	overflow: hidden;
}

.links-list ul li {
	float: left;
	padding-right: 20px;
	font-size: 14px;
	line-height: 30px;
}

.links-list ul li a {
	color: #666666;
}

.links-list ul li a:hover {
	text-decoration: underline;
}

.copyright a {
    color: #666666;
}

.copyright a:hover {
	text-decoration: underline;
}

.partners{
	overflow: hidden;
	margin-left: -8px;
	margin-right: -8px;
}
.partners li{
	float: left;
	padding: 8px;
	box-sizing: border-box;
}
.partners li a{
	display: block;
	width: 167px;
	height: 62px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
}
.partners li img{
	width: 167px;
	height: 62px;
}
.icon-download2{
	background-position: -0px -124px;
	width: 20px;
	height: 24px;
	margin-right: 6px;
}

.journals-list{
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.journals-list li{
	float: left;
	width: 154px;
	padding: 0 20px;
	color: #999;
	text-align: center;
}
.journalsImg{
	width: 154px;
    height: 216px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ddd;
	box-sizing: border-box;
}
.journalsImg img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.journalsTit{
	font-weight: normal;
	padding: 10px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
.journalsTit a{
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    display:block;
}
.journalsTit::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #1ca246;
	transform: scale(0);
	transition: all 0.3s ease-out;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}
.journals-list li:hover .journalsTit a{
	color: #1ca246
}
.journals-list li:hover .journalsTit::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #1ca246;
	transform: scale(1);
}
.journalsInfo{
	background: #ffffff;
	padding: 30px;
	overflow: hidden;
	border-radius: 6px;
}
.journalsInfoImg{
	float: left;
	width: 280px;
}
.journalsInfoImg img{
	width: 280px;
	height: auto;
}
.journalsInfoTxt{
	float: right;
	width: 800px;
	line-height: 30px;
}
.info-base{
	float: left;
	width: 460px;
}
.info-base h3,.info-tongji h3{
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
}
.jouTitle{
	position: relative;
	margin-bottom: 20px;
	margin-right: 80px;
}
.jouTitle h3{
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}
.jouTitle h4{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
.jouShareBox{
	position: absolute;
	top: 0;
	right: 0;
}
.jouViewBar{
	margin-right: 20px;
}
.jouShareBox a{
	color: #999;
}
.jouView{
	background-position: 0px -250px;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.jouShare{
	background-position: -50px -250px;
	width: 16px;
	height: 16px;
}
.shareList{
	position: absolute;
	top:26px;
	left: 70px;
	border: 1px solid #dcdcdc;
	width: 100px;
}
.shareList a{
	display: block;
	padding: 0px 10px;
}

.jouSina{
	display: inline-block;
	background: url(../images/ico.png) 0 -288px;
	width: 18px;
	height: 16px;
	vertical-align: middle;
}
.jouWechat{
	display: inline-block;
	background: url(../images/ico.png) 0 -628px;
	width: 18px;
	height: 16px;
	vertical-align: middle;
}
.jouQQ{
	display: inline-block;
	background: url(../images/ico.png) 0 -64px;
	width: 18px;
	height: 16px;
	vertical-align: middle;
}
.jouRR{
	display: inline-block;
	background: url(../images/ico.png) 0 0;
	width: 18px;
	height: 16px;
	vertical-align: middle;
}
.jouBaidu{
	display: inline-block;
	background: url(../images/ico.png) 0 -432px;
	width: 18px;
	height: 16px;
	vertical-align: middle;
}
.jouTab{
	border: 1px solid #dcdcdc;
	background: #f5f5f5;
	overflow: hidden;
}
.jouTab li{
	float: left;
}
.jouTab li a{
	display: block;
	padding: 15px 40px;
	font-size: 14px;
	color: #333;
}
.jouTab .active a{
	background: #fff;
}
.selform2{
	border: 1px solid #cccccc;
	width: 100px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	padding: 0 8px;
	border-radius: 3px;
}
.jsin2{
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 300px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 10px;
}
.jsbtn2{
	display: inline-block;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: none;
	box-sizing: border-box;
	border-radius: 5px;
	background: #ff8a00;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.jouArticle{
	border-top: 4px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	padding-bottom: 20px;
}
.jouArtMenu {
    float: left;
    width: 140px;
    border-right: 1px solid #e6e6e6;
    max-height: 800px;
    overflow-y: auto
}

    .jouArtMenu::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #F5F5F5;
    }

    .jouArtMenu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .jouArtMenu::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

.jouArtMenuTit{
	border-bottom: 1px solid #e6e6e6;
	font-size: 16px;
	color: #333333;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.jouAll{
	display: block;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
	position: relative;
	padding-right: 20px;
	color: #666666;
}
.jouAll i{
	display: block;
	border-left: 1px solid #e6e6e6;
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	width: 30px;

}
.jouAll i:before{
	content: "";
	width:0;
	height:0;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
	border-top:6px solid #a6a6a6;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -4px;
}
.jouBar{
	display: block;
	color: #666666;
	background: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
	position: relative;
	padding-right: 20px;
}
.jouBar i{
	display: block;
	background: url(../images/sprite.png) no-repeat -100px -200px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 17px;
	right: 10px;
}
.jouBar.shut i{
	background: url(../images/sprite.png) no-repeat -50px -200px;
}
.jouSub{
	display: none;
}
.jouSub li{
	border-bottom: 1px solid #e6e6e6;
}
.jouSub li a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	padding-right: 20px;
}
.jouSub li a:hover{
	color: #1ca246;
}
.jouArtMain{
	float: left;
	width: 997px;
}
.jouMainTab{
	height: 55px;
	border-bottom: 2px solid #e6e6e6;
	margin: 0px;
}
.jouMainTab li{
	float: left;
	padding: 0 20px;
}
.jouMainTab li a{
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #333;
	position: relative;
}
.jouMainTab .active a:before{
	content: "";
	width: 100%;
	height: 4px;
	background: #1ca246;
	position: absolute;
	top: -4px;
	left: 0;
	z-index: 10;
}
.artCtr{
	background: #f5f5f5;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 10px;
}
.artCtr a{
	margin: 0 10px;
}
.qikanTable{
	padding: 10px 20px;
}
.qikanTable th{
	padding: 10px 10px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #dcdcdc;
}
.qikanTable td{
	padding: 15px 10px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 14px;
	line-height: 26px;
}
    .qikanTable td a {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 800px;
    }
    .qikanTable td span {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-left: 0;
        max-width: 800px;
    }
.qikanTable tr td:last-child{
	text-align: right;
    width:92px;
}
.artRead{
	background-position: -200px -246px;
    width: 20px;
    height: 20px;
	text-indent: 100px;
	overflow: hidden;
}
.artDown{
	background-position: -150px -246px;
    width: 20px;
    height: 20px;
	text-indent: 100px;
	overflow: hidden;
}
.artColl{
	background-position: -100px -248px;
    width: 20px;
    height: 20px;
	text-indent: 100px;
	overflow: hidden;
}
.artShare{
	background-position: -50px -246px;
    width: 20px;
    height: 20px;
	text-indent: 100px;
	overflow: hidden;
}
.artRead2{
	background-position: -200px -296px;
    width: 20px;
    height: 20px;
	text-indent: 100px;
	overflow: hidden;
}
.artDown2{
	background-position: -150px -296px;
    width: 20px;
    height: 20px;
	text-indent: 100px;
	overflow: hidden;
}
.artColl2{
	background-position: -100px -298px;
    width: 20px;
    height: 20px;
	text-indent: 100px;
	overflow: hidden;
}
.artShare2{
	background-position: -50px -296px;
    width: 20px;
    height: 20px;
	text-indent: 100px;
	overflow: hidden;
}
.qikanTable td a:hover,.qikanTable .active{
	color: #ff8a00;
}
.author{
	color: #999;
	margin-left: 20px;
}
.columnSide{
	width: 140px;
	float: left;
}
.columnMain{
	float: right;
	width: 980px;
}
.columnSide h3{
	padding: 0;
	margin: 0;
}
.columnSide h3 a{
	font-size: 16px;
	display: block;
	background: #1ca246;
	color: #fff;
	text-align: center;
	height: 44px;
	line-height: 44px;
}
.columbMenu{
	margin: 0;
	padding: 0;
	border: 1px solid #dcdcdc;
}
.columbMenu li a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 15px;
}
.columbMenu li:last-child a{
	border-bottom: none;
}
.columbMenu li a:hover,.columbMenu .active a{
	background: #e5e5e5;
	color: #000;
}
.columnCtr{
	background: #1ca246;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 10px;
}
.columnCtr a{
	margin: 0 10px;
	color: #fff;
}
.orange{
	color: #ff8a00;
}
.qikanAbout{
	font-size: 16px;
	line-height: 36px;
}
.qikanTitGroup{
	position: relative;
	padding-right: 170px;
}
.qikanTitle{
	font-size: 22px;
	color: #404040;
}
.qikanTitOther{
	overflow: hidden;
	padding: 30px 0;
}
.qikanTitOther li{
	float: left;
	padding-right: 16px;
}
.qikanTitOther li a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	background: #1ca246;
	color: #fff;
	padding: 5px 15px;
	border-radius: 6px;
}
.qikanAbs{
	font-size: 14px;
	line-height: 30px;
	padding-right: 120px;
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 20px;
}
.qikanInfo{
	padding: 20px 0;
	line-height: 30px;
	font-size: 14px;
}
.benqi-tit{
	font-size: 16px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	border-left: 3px solid #1ca246;
	padding-left: 6px;
	margin: 20px 0;
}
.qikan-swiper{
	background: #fff;
	padding: 30px 50px;
	position: relative;
	border-radius: 6px;
}
.journalsImg2 img{
	width: 196px;
	height: 245px;
	height: auto;
	border-radius: 6px;
}
.qikan-swiper .swiper-button-prev{
	background: url(../images/sprite.png) no-repeat -250px -150px;
	width: 20px;
	height: 40px;
}
.qikan-swiper .swiper-button-next{
	background: url(../images/sprite.png) no-repeat -300px -150px;
	width: 20px;
	height: 40px;
}
.qikan-swiper .swiper-button-prev:focus,.qikan-swiper .swiper-button-next:focus{
	outline: none;
}
.qikanListMenu{
	float: left;
	width: 230px;
}
.qikanBar{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14px;
	background: #1ca246;
	color: #fff;
	border-bottom: 1px solid #3ec167;
	position: relative;
}
.qikanBar i{
	display: block;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -7px;
}
.qikanBar.active i{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.qikanMenu{
	display: none;
}
.qikanMenu li{
	border-bottom: 1px solid #e6e6e6;
}
.qikanMenu li a{
	display: block;
	background: #f5f5f5;
	padding: 10px;
}
.qikanMain{
	float: right;
	width: 890px;
}
.qikanScreen{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #9fe8b6;
	padding: 20px 0;
}
.qikanScreenList{
	position: relative;
}
.qikanScreenTit{
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 16px;
	color: #333;
	width: 80px;
	line-height: 30px;
	font-weight: bold;
}
.qikanScreenBar{
	position: relative;
	margin-left: 160px;
	padding: 10px 0;
}
.qikanScreenBar a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 3px 10px;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 6px;
	color: #1ca246;
	font-size: 16PX;
}
.qikanScreenBar .barAll{
	position: absolute;
	top: 10px;
	left: -65px;
	border: 1px solid #bfbfbf;
}
.qikanScreenBar .active{
	border: 1px solid #ff8a00;
	color: #ff8a00
}
.screenCtr{
	text-align: center;
}
.screenCtr a{
	display: inline-block;
	border: 1px solid #9fe8b6;
	margin-top: -1px;
	color: #ff8a00;
	padding: 3px 25px 3px 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	position: relative;
}
.screenCtr a:before{
	content: "";
	border-bottom: 1px solid #ff8a00;
	border-right: 1px solid #ff8a00;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
}
.screenCtr a:after{
	content: "";
	border-bottom: 1px solid #ff8a00;
	border-right: 1px solid #ff8a00;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
}
.qikanRetrieval{
	background: #f2f2f2;
	margin-top: 30px;
}
.qikanRetrieval .retrieval-box{
	padding: 10px 20px;
}
.qikan-list li{
	float: left;
	width: 160px;
	padding: 8px;
}
.journalsImg3 img{
	width: 160px;
	height: 200px;
	border-radius: 5px;
}
.jouSub .active a,.jouAll.active{
	background: #1ca246;
	color: #fff;
}





.books-list{
	background: #ffffff;
	padding: 20px;
	overflow: hidden;
}
.books-list li{
	float: left;
	padding: 18px;
}
.books-info{
	font-size: 16px;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
	padding-right: 60px;
	margin-bottom: 20px;
}


.flex-box{
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	padding: 10px 15px;
	font-size: 14px;
}
.flex-box li{
	padding-right: 20px;
	line-height: 40px;
}
.canhui-tit-group{
	padding: 30px 0;
	text-align: center;
}
.canhui-tit{
	font-size: 34px;
	color: #333333;
	line-height: 50px;
}
.canhui-tit-other{
	font-size: 16px;
	color: #808080;
}
.canhui-box{
	background: #ffffff;
	border-radius: 10px;
	padding: 30px;
}
.canhui-ctit{
	font-size: 28px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #333;
}
.payinfo{
	display: none;
	line-height: 28px;
	border: 1px solid #dcdcdc;
	background: #fafafa;
	padding: 36px 15px 15px 32px;
	margin-top: -40px;
	margin-left: -16px;
	color: #999999;
}
.payed .payinfo{
	display: block;
}
.reset{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	box-sizing: border-box;
	border-radius: 5px;
	background: #f2f2f2;
	font-weight: bold;
	color: #666666;
	font-size: 15px;
	cursor: pointer;
}

.fapiao-text{
	padding-left: 110px;
}
.fapiao-text .flex-box{
	font-size: 12px;
	padding: 5px 0;
}
.fapiao-text .flex-box .jsin{
	width: 300px;
	padding: 5px 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.fp-label{
	width: 8em;
	padding-right: 10px;
}

.journals-list2 li{
	float: left;
	width: 168px;
	padding: 0 12px;
	color: #999;
}
.journals-list2 li .journalsImg{
	width: 168px;
    height: 228px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ddd;
	box-sizing: border-box;
}
.journals-list2 li .journalsImg img{
	width: 168px;
    height: 228px;
}


.float-box{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10001;
	background: #fff;
	width: 290px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.float-tit{
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.float-tit a{
	text-transform: uppercase;
	margin-right: 12px;
}
.float-tit p{
	background: #1ca246;
	color: #fff;
	padding: 6px 12px;
}
.float-news-box{
	position: relative;
	height: 116px;
	overflow: hidden;
}
.float-news{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 6px 0;
	width: 100%;
}
.float-news li{
	padding: 5px 12px;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
}
.float-news li a{
	display: block;
	float: left;
	width: 196px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.float-news li span{
	display: block;
	float: right;
	letter-spacing: -1px;
	text-align: right;
}
.float-news li:hover a,.float-news li:hover span{
	text-decoration: underline;
}






.flex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.video-img{
	width: 100px;
	height: 70px;
	margin-right: 15px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	position: relative;
	background: #000;
	border-radius: 6px;
	overflow: hidden;
}
.video-img::after{
	content: '';
	background: url(../images/icon_vid.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	z-index: 10;
}
.video-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}
.type-img{
	width: 50px;
	height: 62px;
	margin-right: 15px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.type-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.gray{
	color: #808080;
}
.release-label{
	width: 100px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	color: #333333;
	font-size: 14px;
	line-height: 34px;
}
.release-inbox{
	flex: 1;
	-webkit-flex: 1;
	line-height: 34px;
}
.release-input{
	border: 1px solid #cccccc;
	height: 34px;
	line-height: 32px;
	width: 360px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 2px;
}
.release-loadup{
	background: url(../images/loadup.png) no-repeat;
	width: 360px;
	height: 34px;
	border: none;
}
.release-loadup input{
	opacity: 1;
}
.release-areatxt{
	border: 1px solid #cccccc;
	resize: none;
	width:80%;
	box-sizing: border-box;
	padding: 6px 10px;
	line-height: 24px;
	border-radius: 2px;
}
.m-r-20{
	margin-right: 20px;
}
.mt20{
	margin-top: 20px;
}
.release-tips{
	font-size: 12px;
	width: 80%;
}
.release-control{
	border-top: 1px solid #eeeeee;
	padding: 30px 0;
}
.release-button{
	background: #1ca246;
	height: 34px;
	line-height: 34px;
	border: none;
	padding: 0 30px;
	border-radius: 20px;
	color: #fff;
}
.sel-box2 select {
	cursor: pointer;
	width: 100%;
	border: 1px solid #cccccc;
	background: #fff url(../images/selArr.png) no-repeat right;
	padding: 0 46px 0 10px;
	height: 32px;
	line-height: 32px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
}
.sel-box2 select:focus {
	outline: none;
}
.sel-box2 select option{
	line-height: 32px;
}
.release-image-box{
	background: #f5f5f5;
	padding: 20px 50px;
}
.upload_files2{
	border: 1px dashed #cccccc;
	background: #fff;
	height: 396px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border-radius: 4px;
	position: relative;
}
.upload_files2_bar{
	background: url(../images/loadimg.png) no-repeat center;
	width: 156px;
	height: 95px;
	position: relative;
}
.upload_files2_bar label{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}
.upload_files2_bar input{
	width: 100%;
	height: 100%;
	opacity: 0;
	border: none;
}
.upload_vid{
	background: url(../images/loadvid.png) no-repeat center;
	width: 120px;
	height: 94px;
	border: none;
	position: relative;
}
.upload_vid input{
	width: 100%;
	height: 100%;
	opacity: 0;
	border: none;
}
.avatar-release{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	position: relative;
}
.avatar-release input{
	width: 100%;
	height: 100%;
	opacity: 0;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.avatar-head{
	width: 100%;
	height: 100%;
}
.avatar-head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.tab-fbtn{
	display: block;
	background: #1ca246;
	padding: 0 20px;
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 10px;
	right: 250px;
}


.xzuser{
	display: inline-block;
	background: url(../images/icon_user.png) no-repeat;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-right: 8px;
}
.disclaimer{
	padding: 20px 20px 50px 20px;
	font-size: 14px;
	line-height: 26px;
    border-top:1px solid #eeeeee;
}
.disclaimer h3{
	font-size: 16px;
	color: #333;
	padding-bottom: 5px;
}
.redColor{
    color: red;
    padding-left: 10px;
    vertical-align: middle;
}






.video-other {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 16px;
    padding: 0;
}

.flex1 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.bar-weibo {
    background: url(../images/i_weibo.png) no-repeat !important;
    background-size: cover !important;
    padding-left:0;
}

.i-bar {
    display: inline-block !important;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    margin: 0 3px !important;
    padding:0 !important;
}
.bar-wechat {
    background: url(../images/i_wechat.png) no-repeat !important;
    background-size: cover !important;
    padding-left:0;
}
.bar-qq {
    background: url(../images/i_qq.png) no-repeat !important;
    background-size: cover !important;
    padding-left:0;
}
/**/
.home-list-box{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	padding: 10px;
}
.home-list{
	width: 50%;
	box-sizing: border-box;
	padding: 10px 30px;
	font-size: 12px;
}
.home-list-img{
	display: block;
	overflow: hidden;
	width: 300px;;
	height: 150px;
	border-radius: 8px;
}
.home-list-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.home-list-img:hover img{
	transform: scale(1.03);
}
.home-list h3{
	padding: 15px 0 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
}
.home-list-desc{
	height: 66px;
	overflow: hidden;
	line-height: 22px;
}
.p20{
	padding: 20px;
}
.tools-menu{
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: 660px;
	background-image: linear-gradient(#04c7e3, #10f6c8);
	background-image: -webkit-linear-gradient(#04c7e3, #10f6c8);
	width: 96px;
	border-radius: 50px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 10px;
	z-index: 10001;
}
.tools-menu li{
	border-bottom: 1px solid #fff;
	padding: 3px 0;
}
.tools-menu li:last-child{
	border-bottom: none;
}
.tools-menu li a{
	display: block;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 0;
	border-radius: 20px;
	transition: all 0.3s ease-out;
}
.tools-menu li:first-child a{
	font-size: 14px;
}
.tools-menu li:last-child a{
	font-size: 14px;
}
.tools-menu .active a,.tools-menu li a:hover{
	background: #ffffff;
	color: #04c7e3;
}
.home-tit{
	position: relative;
}
.home-tit h3{
	font-size: 22px;
	color: #1ca246;
	text-align: center;
	/*padding: 40px 0 26px 0;*/
    padding: 26px 0 26px 0;
    background: url(../images/hbti.png) no-repeat center bottom;
}
.classroom{
	padding: 50px 0 30px 30px;
}
.classroom-video{
	width: 846px;
	height: 512px;
	position: relative;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.classroom-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.classroom-video-title{
	position: absolute;
	top: 20px;
	left: 30px;
	right: 30px;
	z-index: 10;
	box-sizing: border-box;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;

}
.video-list{
	padding: 14px;
}
.video-list li{
	float: left;
	padding: 14px;
}
.video-list li a{
	display: block;
	width: 264px;
	color: #999l
}
.video-list-img{
	width: 264px;
	height: 160px;
	overflow: hidden;
}
.video-list-img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.video-list li a h3{
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	margin-top: 5px;
	color: #333;
}
.video-list li a:hover h3{
	color: #1ca246
}
.video-list li a:hover .video-list-img img{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.classroom-info{
	flex: 1;
	-webkit-flex: 1;
	box-sizing: border-box;
	padding-left: 30px;
}

.classroom-tit{
	font-size: 20px;
	color: #1ca246;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0;
}
.classroom-txt{
	max-height: 44px;
	overflow: hidden;
}
.teacher-head{
	padding: 20px 0;
}
.teacher-head img{
	width: 106px;
	height: 106px;
	border-radius: 56px;
	object-fit: cover;
}
.teacher-name{
	font-size: 20px;
	color: #1ca246;
	padding-bottom: 10px;
}
.classroom-list-box{
	background: #1ca246;
}
.classroom-list{
	width: 33.33%;
	box-sizing: border-box;
	padding: 15px 50px;
	border-right: 2px solid #ffffff;
	color: #fff;
}
.classroom-list-box .classroom-list:last-child{
	border-right: 2px solid rgba(0,0,0,0);
}
.classroom-list h3 a{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	display: block;
	margin: 15px 0 10px 0;
        text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.classroom-desc{
	height: 132px;
	line-height: 22px;
	overflow: hidden;
}
.home-subtit{
    background: url(../images/hbsti.png) no-repeat center;
	height: 48px;
	line-height: 38px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 36px 0;
}
.famous-teacher li{
	width: 25%;
	box-sizing: border-box;
	padding: 20px;
}
.famous-head{
	display: block;
	width: 90px;
	height: 80px;
	position: relative;
	margin: 0 auto;
}
.famous-head img{
	border: 4px solid #fff;
	border-radius: 6px;
	display: block;
	width: 90px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
}
.famous-info{
	background: #1ca246;
	border-radius: 10px;
	padding: 60px 15px 20px 15px;
	color: #fff;
	line-height: 22px;
	border: 4px solid #1ca246;
}
.famous-info h3 a{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}
.famous-txt{
	line-height: 20px;
	font-size: 12px;
}
.famous-teacher li:nth-child(2n) .famous-head img{
	border: 4px solid #1ca246;
}
.famous-teacher li:nth-child(2n) .famous-info{
	background: #fff;
	color: #1ca246
}
.famous-teacher li:nth-child(2n) .famous-info h3 a{
	color: #1ca246
}
.subject-list{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.subject-list li{
	width: 16.666%;
	padding: 0 10px;
	position: relative;
	height: 100px;
	box-sizing: border-box;
}
.subject-tit{
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.subject-sub-box{
	position: absolute;
	top: 40px;
	left: 10px;
	padding-top: 16px;
	z-index: -1;
	transition: all 0.2s ease-out;
	opacity: 0;
}
.subject-sub{
	background: #1ca246;
	border-radius: 4px;
	padding: 3px 10px;
	white-space: nowrap;
	width: auto !important;
	position: relative;
}
.subject-sub::before{
	content: '';
	border-bottom: 8px solid #1ca246;
	border-left: 6px solid rgba(0,0,0,0);
	border-right: 6px solid rgba(0,0,0,0);
	width: 0;
	height: 0;
	position: absolute;
	top: -8px;
	left: 60px;
	z-index: 1;
}
.subject-sub a{
	color: #fff;
	margin: 0 6px;
}
.subject-sub a:hover{
	text-decoration: underline;
}
.subject-list li:hover .subject-sub-box{
	opacity: 1;
	z-index: 1;
}
.subject-list li:nth-child(6n-1) .subject-sub-box{
	position: absolute;
	right: 10px !important;
	left: auto;
}
.subject-list li:nth-child(6n) .subject-sub-box{
	position: absolute;
	right: 10px !important;
	left: auto;
}
.subject-list li:nth-child(6n-1) .subject-sub::before{
	content: '';
	border-bottom: 8px solid #1ca246;
	border-left: 6px solid rgba(0,0,0,0);
	border-right: 6px solid rgba(0,0,0,0);
	width: 0;
	height: 0;
	position: absolute;
	top: -8px;
	right: 60px;
	left: auto;
	z-index: 1;
}
.subject-list li:nth-child(6n) .subject-sub::before{
	content: '';
	border-bottom: 8px solid #1ca246;
	border-left: 6px solid rgba(0,0,0,0);
	border-right: 6px solid rgba(0,0,0,0);
	width: 0;
	height: 0;
	position: absolute;
	top: -8px;
	right: 60px;
	left: auto;
	z-index: 1;
}
.try-listen-box{
	padding: 0 30px 30px 30px;
}
.try-listen{
	background: #ffffff;
	border-radius: 8px;
	transform: translateY(-20px);
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.try-listen-list{
	padding: 16px;
}
.try-listen-list li{
	width: 262px;
	padding: 10px 10px 10px 0;
	float: left;
}
/*.try-listen-list li:nth-child(7n){
	padding: 10px 0px 10px 0;
}*/
.try-listen-adimg{
	position: absolute;
	top: 26px;
	right: 16px;
	z-index: 1;
	width: 262px;
	height: 180px;
}
.try-listen-adimg img{
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.try-listen-img{
	width: 100%;
	height: 155px;
	overflow: hidden;
	border-radius: 4px;
}
.try-listen-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out;
}
.try-listen-list li a{
	display: block;
}
.try-listen-list li a:hover .try-listen-img img{
	transform: scale(1.03);
}
.try-listen-list li a h3{
	font-size:16px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 22px;
	margin-top: 8px;
}
.kyqb-items-box{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 36px 0 0 0;
}
.kyqb-items{
	background: #fff;
	border: 1px solid #1ca246;
	border-radius: 8px;
	overflow: hidden;
	width: 390px;
	box-sizing: border-box;
}
.kyqb-items .tab ul li a{
	font-size: 16px;
	font-weight: bold
}
.kyqb-cbox{
	padding: 10px;
	height: 424px;
}
.kyqb-side{
	width: 110px;
	background: #f5f5f5;
	padding: 15px 5px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.kyqb-side li a{
	display: block;
	padding: 10px 0;
	text-align: center;
}
.kyqb-side .active a{
	color: #1ca246
}
.kyqb-section{
	flex: 1;
	-webkit-flex: 1;
	box-sizing: border-box;
	padding-left: 10px;
}
.kyqb-desc li{
	border-bottom: 1px solid #1ca246;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0;
	position: relative;
}
.kyqb-desc li:last-child{
	border-bottom: none;
}
.kyqb-desc li p{
	line-height: 20px;
	/*height: 80px;*/
    height:40px;
	overflow: hidden;
	font-size: 12px;
}
.kyqb-desc li::before{
	content: '◆';
	position: absolute;
	top: 50%;
	left: 0;
	line-height: 20px;
	margin-top: -10px;
	color: #1ca246;
	font-size: 20px;
	z-index: 1;
}

.more:hover{
	color: #1ca246 !important;
}
.hkj-box{
	padding: 40px 30px 30px 20px;
}
.hkj-left{
	flex: 1;
	-webkit-flex: 1;
	box-sizing: border-box;
	padding-right: 60px;
}
.hkj-right{
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	background: #fff;
	border-radius: 8px;
	padding: 30px;
	box-sizing: border-box;
	width: 470px;
}
.hkj-right h3{
	padding: 10px 0;
	text-align: center;
}
.hkj-right h3 a{
	font-size: 20px;
	color: #1ca246;
	font-weight: normal;
        text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.hkj-desc{
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
.hkj-list{
	padding: 30px 0;
}
.hkj-list h3{
	padding-bottom: 20px;
}
.hkj-list h3 a{
	font-size: 18px;
	color: #1ca246;
	font-weight: normal;
}
.xjs-box{
	justify-content: space-around;
	-webkit-justify-content: space-around;
	padding: 30px 10px 50px 10px;
}
.xjs-items{
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	background: #fff;
	border-radius: 8px;
	padding: 30px;
	box-sizing: border-box;
	width: 510px;
}
.xjs-items h3{
	padding: 10px 0;
	text-align: center;
}
.xjs-items h3 a{
	font-size: 20px;
	color: #1ca246;
	font-weight: normal;
}
.xjs-desc{
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
.xjs-recom{
	padding: 0px;
}
.xjs-recom-info{
	padding-top: 100px;
}
.recom-info-tit{
	text-align: center;
	padding: 0 30px;
	position: relative;
	z-index: 10;
}
.recom-info-tit a{
	display: inline-block;
	background: rgba(94,252,143,0.3);
	padding: 20px 30px;
	border-radius: 10px;
	margin: 0 auto;
	color: #333;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.recom-info-desc{
	background: #1ca246;
	position: relative;
	z-index: 1;
	padding: 50px 30px 30px 30px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	color: #fff;
	line-height: 24px;
}
.recom-info-desc p{
	height: 96px;
	overflow: hidden;
}
.recom-img{
	width: 594px;
	height: 323px;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.recom-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.row-box{
	padding: 0px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.row-l{
	width: 712px;
}
.row-r{
	width: 468px;
}
.data-list2{
	padding: 10px;
}
.data-list2 li {
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    width: 100%;
	box-sizing: border-box;
    overflow: hidden;
	line-height: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
}
.data-info2 {
    float: left;
    width: 320px;
    border-right: 1px solid #d5d5d5;
}

.data-info2 h3 {
	border-bottom: 1px solid #d5d5d5;
	font-size: 14px;
	color: #333333;
	height: 14px;
	line-height: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px;
	font-weight: normal;
}

.data-info2 h3 i {
	width: 14px;
	height: 14px;
	margin-right: 6px;
	float: left;
}

.data-info2 h3 i img {
	width: 100%;
	height: 100%;
}
.data-other2 {
    float: right;
    width: 100px;
	box-sizing: border-box;
	padding: 10px;
    text-align: center;
    color: #999;
}
.data-other2 strong {
	font-size: 20px;
	color: #da190a;
}
.data-parameter2{
	overflow: hidden;
	padding: 5px;
}
.data-parameter2 p{
	padding: 3px 5px;
	font-size: 12px;
	letter-spacing: -1px;
}
.data-other2 .download{
	font-size: 14px;
	padding: 2px 8px;
}
.rules-list2{
	padding: 20px;
}
.rules-list2 li{
	padding: 10px 0;
}
.rules-list2 li h3{
	padding-bottom: 6px;
}
.rules-list2 li h3 a{
	font-size: 16px;
	font-weight: normal;
	color: #1ca246;
    display:block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.rules-list2 li p{
	line-height: 24px;
	font-size: 12px;
	height: 72px;
	overflow: hidden;
}
.speech-swiper,.industry-swiper{
	position: relative;
	padding: 30px 100px;
}
.journalsImg22{
	width: 154px;
    height: 216px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ddd;
	box-sizing: border-box;
	margin: 0 auto;
}
.journalsImg22 img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.journalsTit2{
	font-weight: normal;
	padding: 8px 0 6px 0;
	position: relative;
	text-align: center;
}
.journalsTit2 a{
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    display:block;
}
.speech-swiper .swiper-slide,.industry-swiper .swiper-slide{
	text-align: center;
}
.speech-swiper .swiper-button-prev,.industry-swiper .swiper-button-prev{
    background: url(../images/arr.png) no-repeat;
	height: 160px;
	width: 30px;
	top: 50%;
	margin-top: -100px;
	bottom: auto;
	left: 50px;
	outline: none;
}
.speech-swiper .swiper-button-next,.industry-swiper .swiper-button-next{
    background: url(../images/arr.png) no-repeat;
	height: 160px;
	width: 30px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 50%;
	margin-top: -100px;
	bottom: auto;
	right: 50px;
	outline: none;
}
.kyqb-wrapper{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0;
}
.w790{
	width: 790px;
}
.w360{
	width: 360px;
}
.kyqb-list{
	display: block;
	background: #fff;
	border: 1px solid #dedede;
	box-shadow: 4px 4px 0 #d9d9d9;
	padding: 30px;
	height: 144px;
	color: #666666;
	transition: all 0.3s ease-out;
	margin-bottom: 20px;
}
.kyqb-list-img{
	float: left;
	width: 216px;
	height: 144px;
}
.kyqb-list-img img{
	width: 216px;
	height: 144px;
	object-fit: cover;
}
.kyqb-list-info{
	float: right;
	width: 490px;
}
.kyqb-list-info h3{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.kyqb-list-desc{
	font-size: 12px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin: 15px 0;
}
.kyqb-list:hover{
	background: #1ca246;
	color: #fff;
}
.kyqb-list:hover h3{
	color: #fff;
}

.kyqb-list:hover .view {
    display: inline-block;
    background: url(../images/icon_view.png) no-repeat;
    width: 20px;
    height: 18px;
    vertical-align: middle;
}

.kyqb-list:hover .time {
    display: inline-block;
    background: url(../images/icon_time.png) no-repeat ;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.side-box{
    background: #fff;
    border-radius: 4px;
    position: relative;
	box-shadow: 4px 4px 0 #d9d9d9;
}
.hotspot-list{
	padding: 15px 20px;
}
.hotspot-list li{
	padding: 15px 0;
}
.hotspot-list li a{
	display: block;
	height: 100px;
	line-height: 22px;
	color: #808080;
	font-size: 12px;
}
.hotspot-list li a img{
	width: 150px;
	height: 100px;
	object-fit: cover;
	float: left;
	margin-right: 20px;
}
.hotspot-list li a h3{
	font-size:16px;
	font-weight: normal;
	height: 66px;
	overflow: hidden;
	margin-bottom: 10px;
}
.hotspot-list li a:hover h3{
	color: #1ca246;
	text-decoration: underline;
}


.tab2 {
    height: 46px;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	position: relative
}

.tab2 ul {
	float: left;
	height: 46px;
}

.tab2 ul li {
	float: left;
		position: relative;
}

.tab2 ul li a {
	display: block;
	float: left;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
	height: 44px;
	line-height: 44px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	border-bottom: 2px solid #fff;
}

.tab2 ul .active a {
	color: #1ca246;
	border-bottom: 2px solid #1ca246;
}
.kepu-box{
	background: #fff;
}
.kepu-box .standard-list2{
	padding: 0px
}
.kepu-box .standard-list2 li{
	padding: 0;
}
.kepu-price{
	font-size: 20px;
	color: #da190a;
}
.kepu-video{
	width: 214px;
	height: 129px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	margin-right: 20px;
	float: left;
}
.kepu-video img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kepu-video-info h3{
	font-size: 16px;
}
.lecturer{
	font-size: 14px;
	padding: 15px 0;
}
.teacher-about{
	position: relative;
	padding: 60px;
    background: url(../images/f_t_bg.jpg) no-repeat right;
	height: 273px;
}
.teacher-photo{
    background: url(../images/photo_bg.png) no-repeat right;
	width: 362px;
	height: 273px;
	position: relative;
	float: left;
}
.teacher-photo img{
	position: absolute;
	top: 21px;
	left: 0px;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	border: 4px solid #1ca246;
}
.teacher-info{
	float: left;
	padding-left: 80px;
}
.teacher-info h3{
	font-size: 46px;
	color: #1ca246;
	font-weight: normal;
	line-height: 60px;
	margin-bottom: 10px;
}
.teacher-info ul li{
	font-size: 18px;
	color: #666666;
	padding: 10px 0;
}
.teacher-btn{
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 10;
}
.teacher-btn li{
	padding-top: 80px;
}
.teacher-btn li a{
	display: block;
	overflow: hidden;
}
.teacher-btn li a img{
	transition: all 0.3s ease-out;
}
.teacher-btn li a:hover img{
	-webkit-transform: translateX(12px);
	transform: translateX(12px);
}
.teacher-content{
	border-top: 1px solid #1ca246;
	padding: 0 60px 90px 60px;
	position: relative;
}
.teacher-icon{
	display: block;
	border: 1px solid #1ca246;
	background: #fff;
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 50%;
	position: absolute;
	top: -35px;
	left: 60px;
	z-index: 1;
}
.teacher-icon img{
	display: block;
}
.teacher-content h3{
	font-weight: normal;
	font-size: 20px;
	color: #1ca246;
	padding-left: 76px;
	line-height: 40px;
}
.teacher-achievement{
	padding: 10px 0 30px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.teacher-achievement li{
	font-size: 18px;
	color: #666666;
	position: relative;
	padding-left: 20px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.teacher-achievement li::before{
	content: '★';
	color: #1ca246;
	position: absolute;
	top: 5px;
	left: 0;
}
.teacher-introduce{
	padding: 10px 0;
}
.teacher-introduce li{
	padding: 6px 0;
	font-size: 18px;
	color: #666666;
}
.screen-letter{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.screen-letter li a{
	display: block;
	font-size: 20px;
	padding: 8px 5px;
	border-bottom: 3px solid rgba(0,0,0,0);
}
.screen-letter .active a{
	color: #1ca246;
	border-bottom: 3px solid #1ca246;
}
.famous-talk-list{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 0;
	margin-left: -13px;
	margin-right: -13px;
}
.famous-talk-list li{
	width: 280px;
	padding: 13px;
}
.famous-talk-list li a{
	display: block;
	width: 280px;
	height: 330px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.talker-photo{
	display: block;
	width: 280px;
	height: 330px;
	object-fit: cover;
}
.talker-info{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 20px 20px 20px;
    background: url(../images/mjbg.png) no-repeat top;
	line-height: 22px;
	color: #999999;
	transition: all 0.2s ease-out;
}
.talker-info h3{
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	transition: all 0.3s ease-out;
}
.talker-info p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
}
.talker-info-txt{
	overflow: hidden;
	height: 58px;
	transition: all 0.3s ease-out;
}
.famous-talk-list li a:hover .talker-info{
	padding: 50px 20px 20px 20px;
    background: url(../images/mjbg2.png) no-repeat top;
	color: #fff;
}
.famous-talk-list li a:hover .talker-info h3{
	color: #fff;
}
.famous-talk-list li a:hover .talker-info .talker-info-txt{
	height: 102px;
}
.msmj-about{
	width: 600px;
	position: relative;
	height: 390px;
	padding-left: 310px;
	padding-top: 80px;
	box-sizing: border-box
}
.msmj-photo{
	position: absolute;
	top: 80px;
	left: 0;
}
.msmj-photo img{
	width: 230px;
	height: 230px;
	border-radius: 50%;
	border: 4px solid #1ca246;
}
.msmj-info{
	font-size: 18px;
	line-height: 36px;
	color: #999999;
}
.msmj-info h3{
	font-size: 26px;
	font-weight: normal;
	color: #1da247;
	line-height: 30px;
	margin-bottom: 12px;
	
}
.bar-more{
	display: inline-block;
    background: url(../images/icon_arr.png) no-repeat right;
	padding-right: 42px;
}
.bar-more:hover{
	color: #1da247
}
.w540{
	width: 540px;
}
.tjkc-list{
	overflow: hidden;
	padding: 15px;
}
.tjkc-list li{
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
	float: left;
}
.tjkc-list li a{
	display: block;
	width: 215px;
	overflow: hidden;
}
.tjkc-list li a p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 6px;
}
.tjkc-list li img{
	width: 215px;
	height: 130px;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.tjkc-list li a:hover img{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.teacher-courses-tab{
	padding: 15px 0;
}
.teacher-courses-tab li{
	float: left;
	padding-right: 15px;
}
.teacher-courses-tab li a{
	display: inline-block;
	border: 2px solid #1ca246;
	background: #fff;
	height: 36px;
	padding: 0 30px;
	line-height: 36px;
	border-radius: 20px;
	font-size: 16px;
}
.teacher-courses-tab .active a{
	background: #1ca246;
	color: #fff;
}
.teacher-courses{
	padding: 30px 50px;
}
.teacher-courses-list{
	margin-left: -29px;
	margin-right: -29px;
}
.teacher-courses-list li{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 20px 29px;
}
.teacher-courses-list li a{
	display: block;
	text-align: center;
}
.teacher-courses-list li a h3{
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}
.courses-img{
	display: block;
	width: 320px;
	height: 194px;
	overflow: hidden;
	border-radius: 6px;
    position:relative;
}
.courses-img img{
	width: 320px;
	height: 194px;
	object-fit: cover;
}
.discipline-box{
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-top: 10px;
}
.discipline-left{
	width: 280px;
	position: relative;
	z-index: 10;
}
.discipline-center{
	position: relative;
	z-index: 1;
	width: 550px;
}
.discipline-right{
	width: 320px;
	position: relative;
	z-index: 1;
}
.discipline-sidebar{
	border: 1px solid #1da247;
	position: relative;
}
.sidebar-tit{
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	background: #1da247;
	text-align: center;
	padding: 15px 0;
}
.sidebar{
	padding: 0 10px;
}
.sidebar li{
	border-bottom: 1px solid #1da247;
}
.sidebar li:last-child{
	border-bottom: none;
}
.sidebar li a{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding: 5px 0;
	position: relative;
}
.side-subox{
	display: none;
	position: absolute;
	top: -1px;
	left: 100%;
	width: 574px;
	z-index: 10;
	background: #f5f5f5;
	border: 1px solid #1da247;
	height: 100%;
}
.subox{
	height: 100%;
	box-sizing: border-box;
	width: 100%;
	overflow-y: auto;
	padding: 20px 40px;
}
.subox-tit{
	font-size: 18px;
	line-height: 30px;
	color: #1da247;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #1da247;
}
.subox-tit img{
	height: 30px;
	width: auto;
	margin-right: 12px;
}
.subox-info{
	padding-bottom: 30px;
}
.subox-info ul{
	padding: 10px 0 10px 20px;
}
.subox-info ul li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	border-bottom: none;
	padding: 5px 15px 0 0;
}
.subox-info ul li a,.active .subox-info ul li a{
	font-size: 14px;
	padding: 0;
	color: #666;
}
.active .subox-info ul li a::after{
	display: none;
}
.subox-subtit{
	font-size: 16px;
	color: #1da247;
	position: relative;
	padding-left: 20px;
	line-height: 26px;
	margin-top: 10px;
}
.subox-subtit::before{
	content: '★';
	position: absolute;
	top: 0px;
	left: 0;
	color: #1da247;
}
.sidebar .active a{
	color: #1da247;
}
.sidebar .active a::after{
	content: '';
	border-right: 8px solid #1da247;
	border-top: 8px solid rgba(0,0,0,0);
	border-bottom: 8px solid rgba(0,0,0,0);
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -4px;
}
.sidebar .active .side-subox{
	display: block;
}
.kec-tab{
	background: #1da247;
}
.kec-tab li{
	flex: 1;
	-webkit-flex: 1;
	text-align: center;
}
.kec-tab li a{
	display: block;
	font-size: 20px;
	color: #fff;
}
.kec-tab .active a{
	background: #ffffff;
	color: #1da247;
}
.w338{
	width: 338px;
}
.w196{
	width: 196px;
}
.kec-img{
	display: block;
	width: 338px;
	height: 204px;
	overflow: hidden;
}
.kec-img img{
	width: 338px;
	height: 204px;
	object-fit: cover;
}
.kec-box{
	padding: 20px 0 32px 0;
}
.kec-box h3 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	margin: 10px 0 8px 0;
	font-size: 18px;
	color: #1da247;
}
.kec-other{
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.kec-thumb li{
	padding-bottom: 26px;
}
.kec-thumb li:last-child{
	padding-bottom: 0;
}
.kec-thumb li img{
	width: 195px;
	height: 118px;
	object-fit: cover;
}
.kyqb-list2{
	display: block;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	padding: 20px;
	height: 174px;
	color: #666666;
	transition: all 0.3s ease-out;
	margin-bottom: 10px;
}
.kyqb-list-img2{
	float: left;
	width: 288px;
	height: 174px;
}
.kyqb-list-img2 img{
	width: 288px;
	height: 174px;
	object-fit: cover;
}
.kyqb-list-info2{
	float: right;
	width: 200px;
}
.kyqb-list-info2 h3{
	font-size: 18px;
	color: #1da247;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 6px;
}
.kyqb-list-desc2{
	font-size: 12px;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	margin: 15px 0;
}
.data-list3{
	padding-top: 20px;
}
.data-list3 li{
	font-size: 12px !important;
	letter-spacing: -1px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	margin-bottom: 18px;
}
.data-list3 li h3{
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #dcdcdc;
	padding: 6px;
}
.data-list3 li h3 img{
	height: 18px;
	margin-right: 6px;
}
.data-list3 li table td{
	padding: 3px 6px;
}
.data-list3 li .download{
	font-size: 12px;
	padding: 0 6px;
}
.kec-ad-list li{
	padding-bottom: 50px;
}


.data-list4{
	padding-top: 0;
}
.data-list4 li{
	border-bottom: 1px solid #dcdcdc;
	border-right: none;
	border-left: none;
	border-top: none;
	margin-bottom: 0px;
	padding: 10px 0;
}
.data-list4 li h3{
	border-bottom: none;
	padding: 6px 10px;
	color: #333;
}
.data-list4 li table{
	margin-top: -10px;
}
.data-list4 li table td{
	line-height: 14px;
	padding: 0 6px;
	color: #808080;
}
.sider-userinfo{
	height: 80px;
	color: #999999;
	font-size: 14px;
	border-bottom: 1px solid #dcdcdc;
	padding: 20px;
}
.user-head{
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	float: left;
	margin-right: 16px;
}
.user-head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.user-head p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #1da247;
	color: #fff;
	font-weight: normal;
	z-index: 1;
}
.sider-userinfo h3{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding-top: 20px;
	padding-bottom: 2px;
}
.side-video-list li{
	border-bottom: 1px solid #dcdcdc;
	padding: 15px;
	transition: all 0.2s ease-out;
}
.side-video-list li a{
	display: block;
	padding-left: 34px;
	font-size: 16px;
    background: url(../images/icon_vide01.png) no-repeat left;
	transition: all 0.3s ease-out;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding-right:60px;
}
.side-video-list li:hover,.side-video-list li.active{
	/*background: #1ca246;*/
}
.side-video-list li:hover a,.side-video-list li.active a{
    background: url(../images/icon_vide02.png) no-repeat left;
	/*color: #fff;*/
    color:#1ca246;
}
.user-tab{
	height: 44px;
	border-bottom: 1px solid #dcdcdc;
}
.user-tab li{
	float: left;
	width: 50%;
	text-align: center
}
.user-tab li a{
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.user-tab .active a{
	background: #1ca246;
	color: #fff;
}



.kyqb-items3{
	background: #fff;
	overflow: hidden;
	width: 390px;
	box-sizing: border-box;
}
.items3{
	padding: 20px 10px;
}
.items3 a{
	display: block;
}
.items3 a img{
	width: 100%
}
.items3 a h3{
	font-size: 16px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 10px;
}
.items3-img{
	width: 370px;
	height: 224px;
	overflow: hidden;
}
.items3-img img{
	width: 370px;
	height: 224px;
	transition: all 0.3s ease-out;
}
.items3 a:hover .items3-img img{
	transform: scale(1.02);
	
}
.media-list{
	overflow: hidden;
	margin-left: -8px;
	margin-right: -8px;
}
.media-list li{
	padding: 8px;
	float: left;
}
.media-list li a{
	display: block;
	width: 150px;
}
.media-list li a img{
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.media-tit{
	text-align: center;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 10px;
}
.tips-tit{
	position: absolute;
	top: 30px;
	right: 0;
	background: #E77715;
	color: #fff;
	padding: 3px 8px 3px 15px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	max-width: 80%;
}
.icon_video{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.2) url(../images/icon_vid_on.png) no-repeat center;
}
.ewm2{
	background:url(../images/em.png) no-repeat;
	width: 30px;
	height: 30px;
	border-radius: 0px !important;
	margin: 8px auto;
}
.tools-menu li .ewm2:hover{
	background:url(../images/em.png) no-repeat;
}
.up2,.tools-menu li .up2:hover{
	width: 30px;
	height: 30px;
	background:url(../images/up.png) no-repeat;
	border-radius: 0px;
	margin: 0 auto;
}
.mabContainer{
	background: #ffffff;
	padding: 20px 30px;
	border-radius: 4px;
	margin-top: 20px;
}
.mabtit{
	font-size: 20px;
	text-align: center;
	padding: 20px;
	background: #128c38;
	color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.mab-tab{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.mab-tab li>a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	padding: 10px 20px;
	cursor: pointer;
	color: #333;
	background: #dddddd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.mab-tab li>a span{
	display: block;
	width: 12px;
	height: 12px;
	position: relative;
}
.mab-tab li>a span::before{
	content: '';
	width: 100%;
	height: 2px;
	top: 5px;
	left: 0;
	position: absolute;
	background: #666;
	transition: all 0.15s ease-out;
}
.mab-tab li>a span::after{
	content: '';
	height: 100%;
	width: 2px;
	top: 0px;
	left: 5px;
	position: absolute;
	background: #666;
	transition: all 0.15s ease-out;
}
.mab-sub{
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
.mab-sub a{
	display: block;
	font-size: 14px;
	padding: 6px 50px;
}
.mab-sub a:hover,.mab-sub a.current{
	color: #1ca246;
	text-decoration: underline;
}
.mab-open .mab-sub{
	height: auto;
}
.mab-tab .mab-open>a{
	background: #1ca246;
	color: #fff;
}
.mab-tab .mab-open>a span::before{
	background: #fff;
}
.mab-tab .mab-open>a span::after{
	opacity: 0;
	background: #fff;
}
.intro-info{
	font-size: 14px;
	line-height: 2;
}
.intro-title{
	font-size: 22px;
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
	color: #000;
}
.mab-tit{
	font-size: 16px;
	font-weight: bold;
}
.video-list2{
	padding: 0;
	margin-left: -10px;
	margin-right: -10px;
}
.video-list2 li{
	width: 33.33%;
	padding: 10px;
	box-sizing: border-box;
}
.video-list2 li a{
	width: auto;
}
.video-list2 .video-list-img{
	width: 100%;
	height: 190px;
}



.editorial-board-table {
    padding: 20px;
}

    .editorial-board-table td {
        padding: 20px 0;
        font-size: 16px;
        color: #333333;
    }

        .editorial-board-table td label {
            font-weight: bold;
            min-width: 110px;
        }

        .editorial-board-table td a {
            color: #000000;
            transition: all 0.15s ease-out;
        }

            .editorial-board-table td a:hover {
                text-decoration: underline;
                color: #128c38
            }

.editorials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

    .editorials li {
        padding-right: 40px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .editorials li a {
            white-space: nowrap;
        }

.editorials2 li {
    width: 16.66%;
    padding-right: 0;
}





